The PESetGraphOptions4 function was specially designed to accept VB's native 4
Declare Function PESetGraphOptions4 Lib "crwrap32.dll" (ByVal printJob As Integer, ByVal sectionCode As Integer, ByVal GraphN As Integer, GraphOptions As PEGraphOptions4) As Integer
Specifies the handle of the print job for the report containing the graph you are changing. | |
Specifies the code for the report section in which the graph appears. See the table of section constants supplied in the Working with section codes topic. | |
Specifies which graph within the section you want to change. This value is 0 indexed. Within a section, graphs are numbered from top to bottom, first, then from left to right if they have the same top. | |
Specifies the pointer to the PEGraphOptions4 structure. |
TRUE (1) if the call is successful, FALSE (0) if the call fails.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |